@charset "utf-8";

body {
	background-color: #2E2A29;
	background-image: url(images/pagebg3.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
}

a img  {
	border: 0px;
}

a#contact {
	color: #FFFFFF;
}

table#main {
	margin-bottom: 10px;

}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #DAAA46;
	margin: 0;
}

.text {
	color: #DCCFAC;
	margin: 0px;
}
.text_bold {
	color: #DAAA46;
	margin: 0px;
	font-weight: bold;
}
.text_highlighted {
	color: #FFFFFF;
	margin: 0px;
}



a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.side {
	background-color: #820000;
	display: block;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 0px;
}
a.side:link {
	color: #DAAA46; /* also this gray color looks good: #9D9D9D */
	text-decoration: none;
}
a.side:visited {
	color: #4D0000;
	text-decoration: none;
}
a.side:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #760000;
}
a.side:active {
	text-decoration: none;
}
a.inline:link {
	font-weight: bold;
	color: #DAAA46;
}
a.inline:visited {
	font-weight: bold;
	color: #DAAA46;
}

a.inline:hover {
	text-decoration: underline;
}
a.inline:active {
	font-weight: bold;
	color: #DAAA46;
}
.blink_effect {
	text-decoration: blink; /*this property is deprecated (it doesn't work anymore)*/
}

.showImg {
position: relative;
cursor: pointer;
font-weight: bold;
color: #DAAA46;
}
.showImg img {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
	border: 2px solid DimGray;
}
.showImg:active img {
    display: inline-block;
    z-index: 1;
}